Question on creating self-hosted application to Github #161223
Unanswered
benlarr
asked this question in
New to GitHub
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Folks, I am trying to deploy a self-application to github using my personal windows machine. I create the repo, added the self-hosted runner and start executing the commands. All the commands executed successfully except for the config command. I am getting the following errors:
PS C:\action-runner> ./config.cmd --url https://github.com/benlarr/jcrepo --token BTDEX3RTPXET6KL54M5BKNTIHQCWW
Http response code: NotFound from 'POST https://api.github.com/actions/runner-registration' (Request Id: D22B:3294A1:7A4FAF7:7E7E188:683C5A6C)
{"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}
Response status code does not indicate success: 404 (Not Found).
Beta Was this translation helpful? Give feedback.
All reactions